﻿@charset "UTF-8";
p {
  margin: 0;
}

input,
textarea {
  border: none;
  outline: none;
  background-color: transparent;
  width: 189px;
}

img {
  vertical-align: middle;
}

/* 通用样式 */
.p1920 {
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
}

.w1200 {
  width: 1236px;
  margin: 0 auto;
}

.bw {
  width: 100%;
}

.clearfix::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.clearboth {
  height: 0px;
  line-height: 0px;
  overflow: hidden;
  clear: both;
  font-size: 0px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.dfc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ovimg,
.ibw,
.miw,
.iml,
.imgbig {
  overflow: hidden;
}

.imgbig img {
  -webkit-transition: all ease .8s;
  -moz-transition: all ease .8s;
  -ms-transition: all ease .8s;
  -o-transition: all ease .8s;
  transition: all ease .8s;
}

.imgbig:hover img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.ovimg img {
  width: 100%;
  min-height: 100%;
}

.ibw img {
  width: 100%;
  height: auto;
}

.miw img {
  max-width: 100%;
  max-height: 100%;
}

.iml {
  text-align: center;
}

.iml img {
  transform: translateY(-2px);
  vertical-align: middle;
}

.bgmax {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.bgmin {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}

.fh {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.head1 {
  background: #4d4d4d;
  height: 36px;
}

.head1 .head1-index .tel {
  width: 165px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  font-family: "Arial";
  background: url(../images/34a88e11f5214abd5ae57768bc20ddea3a17211f.png) no-repeat 14px center #1a3168;
  padding-left: 40px;
}

.head1 .head1-index .k1 {
  font-size: 13px;
  color: #fff;
  line-height: 36px;
}

.head1 .head1-index .k1 a {
  color: #fff;
}

.head1 .head1-index .k1 a:hover {
  color: #1a3168;
}

.head2-index .logo {
  line-height: 93px;
}

/*热门搜索*/
.search {
  background-color: #f3f3f3;
  height: 64px;
}

#formsearch {
  width: 383px;
  float: right;
  height: 41px;
  background: url(../images/f48ee85605f207c777343f3103b3ee67d17a6bbb.png) no-repeat;
  margin-top: 12px;
}

.hotSearch {
  float: left;
  height: 64px;
  line-height: 64px;
  font-weight: normal;
  color: #333333;
  font-size: 15px;
}

#search-type {
  float: left;
  width: 100px;
  height: 24px;
  border: 1px solid #c8c8c8;
  margin-right: 5px;
}

/*搜索和热门搜索*/
.hotSearch a {
  margin-right: 5px;
  font-size: 15px;
  color: #333333;
  font-weight: normal;
}

.hotSearch a:hover {
  color: #005cba;
}

#formsearch input#keyword {
  height: 41px;
  line-height: 41px;
  padding-left: 14px;
  color: #8c8c8c;
  font-size: 14px;
  background: none;
  outline: none;
  border: none;
}

#formsearch input#s_btn {
  width: 60px;
  float: right;
  height: 41px;
  line-height: 41px;
  text-align: center;
  background: none;
  outline: none;
  color: #fff;
  border: none;
  cursor: pointer;
}

.box1 {
  margin-top: 70px;
}

.video {
  width: 654px;
  height: 405px;
}

.about {
  width: 505px;
  float: right;
  margin-top: 15px;
}

.about h3 {
  color: #512e8c;
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 20px;
}

.about .content {
  color: #000;
  font-size: 16px;
  line-height: 25px;
  text-align: justify;
  height: 280px;
  overflow: hidden;
}

.ab-con .ab-list li {
  float: left;
  width: 156px;
  height: 51px;
  border: 1px solid #cccccc;
  border-radius: 10px;
  padding-top: 10px;
  margin-bottom: 19px;
  margin-right: 18px;
}

.ab-con .ab-list li .img {
  margin-left: 20px;
}

.ab-con .ab-list li .img .img1 {
  width: 31px;
  height: 31px;
}

.ab-con .ab-list li .wz {
  margin-left: 8px;
}

.ab-con .ab-list li .wz .w1 {
  color: #333333;
  font-size: 16px;
  line-height: 18px;
}

.ab-con .ab-list li .wz .w2 {
  color: #808080;
  font-size: 12px;
  font-family: "Arial";
  text-transform: uppercase;
  text-align: left;
  transform: scale(0.9);
  transform-origin: left;
}

.ab-con .ab-list li:nth-child(3n) {
  margin-right: 0;
  float: right;
}

.ab-con .ab-list li:hover {
  background: #1a3168;
}

.ab-con .ab-list li:hover .img .img1 {
  filter: brightness(100);
}

.ab-con .ab-list li:hover .wz .w1 {
  color: #fff;
}

.ab-con .ab-list li:hover .wz .w2 {
  color: #fff;
}

.num-bg {
  background: url(../images/f745bdb08bfdbd7a8350a12ebfc785955055a3e3.jpg) no-repeat top center;
  height: 178px;
  overflow: hidden;
  margin-top: 50px;
}

.c2-con ul {
  text-align: center;
  margin-top: 40px;
}

.c2-con ul li {
  width: 20%;
  position: relative;
  float: left;
}

.c2-con ul li .count-title {
  font: 500 72px/50px "Arial";
  color: #ffffff;
  display: inline-block;
}

.c2-con ul li p {
  font: normal 16px/32px "Microsoft YaHei";
  color: #ffffff;
  text-align: center;
  padding-top: 15px;
}

/*产品中心*/
.box2 {
  padding-top: 80px;
  height: 1054px;
  background: url(../images/dc838a7c6f7fd1473f0f92322bcad5745cc948a7.jpg) no-repeat top center;
}

.min3 {
  text-align: center;
  font-weight: bold;
  height: 113px;
  color: #1a3168;
  font-size: 40px;
}

.min3 span {
  font-size: 20px;
  color: #808080;
  display: block;
  text-transform: uppercase;
}

.sortt {
  text-align: center;
 
  margin-bottom: 45px;
}

.sortt li {
  background: #fff;
  display: inline-block;
  text-align: center;
  width: 174px;
  line-height: 45px;
  margin: 0 7px;
  border-radius: 30px;
}

.sortt li a {
  color: #000000;
  font-size: 16px;
}

.sortt li:hover {
  background: #512e8c;
}

.sortt li:hover a {
  color: #fff;
}

.sortt li.on {
  background: #512e8c;
}

.sortt li.on a {
  color: #fff;
}

.bds .qhcase {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.bds .bd,
.bds .inbd,
.bds .tempWrap {
  width: 1200px;
  margin: 0 auto;
}

.bds .prev1 {
  display: block;
  width: 30px;
  height: 56px;
  float: right;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  left: -76px;
  top: 44%;
  transition: 0.5s;
}

.bds .prev1:hover {
  transform: translateX(-10px);
}

.bds .next1 {
  display: block;
  width: 30px;
  height: 56px;
  float: right;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  right: -76px;
  top: 44%;
  transition: 0.5s;
}

.bds .next1:hover {
  transform: translateX(10px);
}

.product_list11 ul {
  overflow: hidden;
  zoom: 1;
}

.product_list11 ul li {
  width: 577px;
  height: 320px;
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
  position: relative;
  border-radius: 5px;
  margin: 0 11px;
  margin-bottom: 30px;
  box-shadow: 0 0 10px #e1e1e1;
}

.product_list11 ul li img {
  width: 577px;
  height: 271px;
  border: 1px solid #cccccc;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.product_list11 ul li .img {
  width: 374px;
  height: 269px;
}

.product_list11 ul li h3 {
  width: 577px;
  line-height: 50px;
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  background: url(../images/5f21d878bc8c191bc93e5d356763d227326e011a.png) no-repeat 350px center #512e8c;

  text-indent: 20px;
  position: relative;
  z-index: 1;
}

.product_list11 ul li h3 a{
    position: relative;
    z-index: 99;
}

.product_list11 ul li h3::after{
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transition-duration: .6s;
    background: url(../images/5f21d878bc8c191bc93e5d356763d227326e011a.png) no-repeat 350px center #e67e64;
}

.product_list11 ul li:hover h3::after {
    width: 100%;
}

.product_list11 ul li h3 a {
  color: #ffffff;
}

.product_list11 ul li:hover img {
  border: 1px solid #e84127;
  transform: scale(1.2, 1.2);
}

.product_list11 ul li:hover h3 {
  /*background: url(../images/5f21d878bc8c191bc93e5d356763d227326e011a.png) no-repeat 350px center #e84127;*/
}





.product_list11 li .xx1 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0%;
    height: 1px;
    background: #512e8c;
    transition: 0.2s;
}

.product_list11 li:hover .xx1 {
    width: 100%;
}


.product_list11 li .xx2 {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 1px;
    height: 1px;
    background: #512e8c;
    transition: 0.4s;
}


.product_list11 li:hover .xx2 {
    height: 100%;
}


.product_list11 li .xx3 {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 0px;
    height: 1px;
    background: #512e8c;
    transition: 0.6s;
}


.product_list11 li:hover .xx3 {
    width: 100%;
}


.product_list11 li .xx4 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 1px;
    height: 1px;
    background: #512e8c;
    transition: 0.8s;
}


.product_list11 li:hover .xx4 {
    height: 100%;
}









.box3 {
  background: url(../images/99e3f7fcefed766d85e520d84328fa650fbd84f8.jpg) no-repeat top center;
  height: 271px;
  overflow: hidden;
}

.box3 .adl .ad1 {
  margin-top: 70px;
}

.box3 .adl .ad2 {
  font-weight: bold;
  color: #fff;
  margin-top: 20px;
}

.box3 .adl .ad2 b {
  display: block;
  font-size: 24px;
}

.box3 .adl .ad2 span {
  display: block;
  font-size: 16px;
}

.box3 .adr {
  background: url(../images/c08ee6c5297aadf4ae9c2ebed1799f17063f31f9.png) no-repeat top center;
  width: 575px;
  height: 203px;
  margin-right: -90px;
  margin-top: 21px;
  color: #fff;
  padding-top: 75px;
  padding-left: 22px;
}

.box3 .adr p {
  font-size: 36px;
}

.box3 .adr p:nth-of-type(1) {
  font-size: 18px;
  font-weight: bold;
}

#demo {
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  height: 298px;
}

#indemo {
  height: 100%;
}

.case-index {
  margin-top: 80px;
}

.case-index .case-list1 li {
  float: left;
  margin: 0 18px;
}

.case-index .case-list1 li .img1 img {
  width: 376px;
  height: 248px;
}
 .case-index .case-list1 li:hover .img1 img { transform: scale(1.2, 1.2);}
.case-index .case-list1 li h3 {
  background: #cccccc;
  height: 50px;
  line-height: 50px;
  color: #333333;
  font-size: 16px;
  text-align: center;
  position: relative;
  z-index: 999;
}

.case-index .case-list1 li h3::after{
      content: '';
    width: 0%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition-duration: .6s;
     background: #512e8c;
}

.case-index .case-list1 li:hover h3::after{
    width: 100%;
}

.case-index .case-list1 li:hover h3 {
  /*background: #1a3168;*/
  color: #fff;
}

.box7 {
  background: url(../images/7a5b962249f303f397b847542b5c2e6934b80185.jpg) no-repeat center top;
  height: 846px;
  padding-top: 65px;
  margin-top: 90px;
}

.min7 {
  text-align: center;
  font-weight: bold;
  background: url(../images/tt7.png) no-repeat center top;
  height: 113px;
  color: #512e8c;
  font-size: 30px;
}



.newleft {
  width: 570px;
  padding: 0 22px;
  background: #fff;
  height: 585px;
  box-shadow: 0 0 15px #ddd;
}

.nstt {
  line-height: 60px;
  color: #512e8c;
  font-size: 20px;
  position: relative;
  font-weight: bold;
  text-align: center;
}

.nstt a {
  line-height: 60px;
  color: #737373;
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 0;
  text-transform: uppercase;
  font-weight: normal;
}

.nstt a:hover {
  color: #1a3168;
}

.news_list1 li {
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 15px;
}

.news_list1 li .img img {
  width: 526px;
  height: 246px;
  padding-bottom: 15px;
  overflow: hidden;
}

.news_list1 li a {
  color: #333333;
  font-size: 16px;
}

.news_list1 li:hover a {
  color: #1a3168;
}

.news_list1 li:hover .img img{
  transform: scale(1.2, 1.2);
}  
.news_list1 li span {
  color: #666666;
  font-size: 14px;
  display: block;
  line-height: 24px;
  margin-top: 10px;
}

.news_list1 li a.nm {
  color: #f90a0a;
  font-size: 18px;
  padding-left: 15px;
}

.news_list2 {
  margin-top: 10px;
}

.news_list2 li {
  line-height: 38px;
  position: relative;
  background: url(../images/86d6f0d47e1374d25de2364f63cf0986e714306c.png) no-repeat center left;
  transition: 0.5s;
}

.news_list2 li a {
  color: #000000;
  font-size: 16px;
  padding-left: 22px;
}

.news_list2 li:hover {
  background: url(../images/581cfe89c91df63bb7833e06d4f19d2850f117dc.png) no-repeat center left;
  transform: translateX(10px);
}

.news_list2 li:hover a {
  color: #1a3168;
}

.news_list2 li span {
  color: #9b9b9b;
  z-index: 0;
  line-height: 38px;
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 16px;
}

.newright {
  width: 647px;
  padding: 0 27px 0 20px;
  background: #fff;
  height: 585px;
  box-shadow: 0 0 15px #ddd;
}

.news_list3 li {
  margin-bottom: 25px;
}

.news_list3 li .img {
  float: left;
}

.news_list3 li .img img {
  width: 190px;
  height: 145px;
}
 .news_list3 li:hover .img img{
  transform: scale(1.2, 1.2);
} 
.news_list3 li .det {
  float: right;
  width: 397px;
  padding-left: 37px;
}

.news_list3 li a {
  color: #333333;
  font-size: 16px;
  line-height: 34px;
}

.news_list3 li span {
  color: #575757;
  font-size: 14px;
  display: block;
  line-height: 20px;
  padding-top: 12px;
}

.news_list3 li:hover {
  background: #512e8c;
}

.news_list3 li:hover a {
  color: #fff;
}

.news_list3 li:hover .date {
  color: #fff;
}

.news_list3 li:hover span {
  color: #fff;
}

.foot-bg {
  background: #512e8c;
  padding: 45px 0;
}

.foot-bg .foot-index .foot1 {
  width: 335px;
  margin-top: 54px;
}

.foot-bg .foot-index .foot1 .ftel {
  background: url(../images/9033e97d22e8f64e478071435c8dceb717a81452.png) no-repeat left center;
  padding-left: 88px;
  margin-left: 10px;
}

.foot-bg .foot-index .foot1 .ftel p:nth-of-type(1) {
  color: #ffffff;
  font-size: 17px;
  padding-top: 10px;
}

.foot-bg .foot-index .foot1 .ftel p:nth-of-type(2) {
  color: #e84127;
  font-size: 29px;
  font-weight: bold;
  font-family: "Arial";
}

.foot-bg .foot-index .foot2 h3 {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 15px;
}

.foot-bg .foot-index .foot2 h3 span {
  display: block;
  width: 30px;
  height: 2px;
  background: #5c5c5c;
  margin-top: 12px;
}

.foot-bg .foot-index .foot2 p {
  color: #ffffff;
  font-size: 14px;
  line-height: 28px;
}

.foot-bg .foot-index .foot3 {
  width: 155px;
    padding-right: 50px;
}

.foot-bg .foot-index .foot3 h3 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 15px;
	float: right;
}

.foot-bg .foot-index .foot3 h3 span {
  display: block;
  width: 30px;
  height: 2px;
  background: #5c5c5c;
  margin-top: 12px;
}

.foot-bg .foot-index .foot3 p {
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
}

.footer {
  text-align: center;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  padding: 10px 0;
}

.footer a {
  font-size: 14px;
  color: #333333;
}

.footer a:hover {
  color: #1a3168;
}

.nt {
  text-align: center;
  font-size: 25px;
  line-height: 50px;
  font-weight: bold;
  margin-bottom: 20px;
}

.nt span {
  display: none;
}



/* 右侧产品 案例 列表页 */

.xypg-product-list li .xx1,
.xypg-case-list li .xx1 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0%;
    height: 1px;
    background: #2f318b;
    transition: 0.2s;
}

.xypg-product-list li:hover .xx1,
.xypg-case-list li:hover .xx1 {
    width: 100%;
}

.xypg-product-list li .xx2,
.xypg-case-list li .xx2 {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 1px;
    height: 1px;
    background: #2f318b;
    transition: 0.4s;
}

.xypg-product-list li:hover .xx2,
.xypg-case-list li:hover .xx2 {
    height: 100%;
}

.xypg-product-list li .xx3,
.xypg-case-list li .xx3 {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 0px;
    height: 1px;
    background: #2f318b;
    transition: 0.6s;
}

.xypg-product-list li:hover .xx3,
.xypg-case-list li:hover .xx3 {
    width: 100%;
}

.xypg-product-list li .xx4,
.xypg-case-list li .xx4 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 1px;
    height: 1px;
    background: #2f318b;
    transition: 0.8s;
}

.xypg-product-list li:hover .xx4,
.xypg-case-list li:hover .xx4 {
    height: 100%;
}










